object BackupPwdDialog: TBackupPwdDialog Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Backup Account Password' ClientHeight = 204 ClientWidth = 453 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown DesignSize = ( 453 204) PixelsPerInch = 96 TextHeight = 14 object lblTitle: TResLabel Left = 12 Top = 20 Width = 41 Height = 16 Caption = 'lblTitle' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblSubTitle: TResLabel Left = 12 Top = 44 Width = 428 Height = 40 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'lblSubTitle In order to perform the backup or restoration action' + ' for this account, you need to enter the account password.' Transparent = True WordWrap = True ExplicitWidth = 429 end object lblPassword: TResLabel Left = 12 Top = 112 Width = 55 Height = 14 Transparent = True ResourceCaption = 50326 end object lblUsername: TResLabel Left = 12 Top = 84 Width = 77 Height = 16 AutoSize = False Transparent = True ResourceCaption = 50325 end object lblForgotPassword: TResLabel Left = 11 Top = 173 Width = 97 Height = 14 Cursor = crHandPoint Anchors = [akTop, akRight] Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True OnClick = lblForgotPasswordClick ResourceCaption = 50333 ExplicitLeft = 12 end object lblUsernameValue: TResLabel Left = 99 Top = 84 Width = 95 Height = 14 Caption = 'lblUsernameValue' Transparent = True end object edtPassword: TEdit Left = 95 Top = 109 Width = 346 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 0 OnChange = edtPasswordChange OnKeyDown = edtPasswordKeyDown end object cbxRememberPassword: TResTeCheckBox Left = 95 Top = 138 Width = 346 Height = 24 OnClick = cbxRememberPasswordClick OnKeyDown = cbxRememberPasswordKeyDown AllowGrayed = False Alignment = kalLeftJustify Checked = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] Spacing = 5 State = kcbsChecked ThemeObject = 'default' TabOrder = 1 Transparent = True WordWrap = True ResourceCaption = 50364 end object btnOK: TResTeButton Left = 199 Top = 168 Width = 118 Height = 25 Caption = 'btnOK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 end object btnCancel: TResTeButton Left = 323 Top = 168 Width = 118 Height = 25 Cancel = True Caption = 'btnCancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 330 Top = 8 end end